chore(deps): upgrade Vite+ and Vitest - #27
Draft
fengmk2 wants to merge 1 commit into
Draft
Conversation
Owner
Author
|
CI exposed two deterministic build regressions after the Vite+ upgrade. Both failures reproduce locally.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change updates
vite-plusand@voidzero-dev/vite-plus-coreto0.3.0. It updatesvitestand@vitest/coverage-istanbulto4.1.11.The Dependabot group includes
vite, Vite+, and Vitest npm packages. Dependabot will update these packages in one pull request.Vite+
0.3.0upgrades its bundled Oxlint from1.75.0to1.79.0. The Oxlint update changes two checks that affect this repository:no-redeclarenow runs in ES modules. It flags two intentional interface/class declaration merges innext/document. This change adds narrow inline ignores for those merges._parameters are now reported as unused. This change removes the unused parameter from the middleware mock.These changes only satisfy the new lint behavior. They do not change runtime behavior.
The new package also updates Oxfmt from
0.60.0to0.64.0. Oxfmt updates two multiline test callbacks.